home *** CD-ROM | disk | FTP | other *** search
/ Drivin' Route 66 / Drivin' Route 66 (1995)(Creative Multimedia)[Mac-PC].iso / pc / rtcm.dir / 00211_Script_211 < prev    next >
Text File  |  1995-08-24  |  426b  |  14 lines

  1. --on mouseDown
  2. --  put the castNum of sprite the clickOn into castings
  3. --  repeat while the mouseDown
  4. --    if rollOver(the clickOn) then
  5. --      set the castNum of sprite the clickOn to castings - 10
  6. --      updateStage
  7. --    else
  8. --      set the castNum of sprite the clickOn to castings
  9. --      updateStage
  10. --    end if
  11. --  end repeat
  12. --  set the castNum of sprite the clickOn to castings
  13. --  updateStage
  14. --end